home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / XMPlayer-library / include / C / GCC / inline / xmplayer.h
Encoding:
C/C++ Source or Header  |  2001-04-17  |  1.1 KB  |  47 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _INLINE_XMPLAYER_H
  4. #define _INLINE_XMPLAYER_H
  5.  
  6. #ifndef __INLINE_MACROS_H
  7. #include <inline/macros.h>
  8. #endif /* !__INLINE_MACROS_H */
  9.  
  10. #ifndef XMPLAYER_BASE_NAME
  11. #define XMPLAYER_BASE_NAME XMPlayerBase
  12. #endif /* !XMPLAYER_BASE_NAME */
  13.  
  14. #define XMPl_ContPlay() \
  15.     LP0NR(0x36, XMPl_ContPlay, \
  16.     , XMPLAYER_BASE_NAME)
  17.  
  18. #define XMPl_DeInit() \
  19.     LP0NR(0x48, XMPl_DeInit, \
  20.     , XMPLAYER_BASE_NAME)
  21.  
  22. #define XMPl_GetPos(XMPlayerPos_) \
  23.     LP1NR(0x42, XMPl_GetPos, struct XMPlayerPos *, XMPlayerPos_, a0, \
  24.     , XMPLAYER_BASE_NAME)
  25.  
  26. #define XMPl_Init(XMPlayerInfo_) \
  27.     LP1(0x1e, BOOL, XMPl_Init, struct XMPlayerInfo *, XMPlayerInfo_, a0, \
  28.     , XMPLAYER_BASE_NAME)
  29.  
  30. #define XMPl_PausePlay() \
  31.     LP0NR(0x30, XMPl_PausePlay, \
  32.     , XMPLAYER_BASE_NAME)
  33.  
  34. #define XMPl_Play() \
  35.     LP0(0x24, BOOL, XMPl_Play, \
  36.     , XMPLAYER_BASE_NAME)
  37.  
  38. #define XMPl_SetPos(NewPosition) \
  39.     LP1NR(0x3c, XMPl_SetPos, LONG, NewPosition, d0, \
  40.     , XMPLAYER_BASE_NAME)
  41.  
  42. #define XMPl_StopPlay() \
  43.     LP0NR(0x2a, XMPl_StopPlay, \
  44.     , XMPLAYER_BASE_NAME)
  45.  
  46. #endif /* !_INLINE_XMPLAYER_H */
  47.